Home
last modified time | relevance | path

Searched refs:trueValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVCanonicalization.cpp326 auto trueValue = getSrcValue(trueBlock); in matchAndRewrite() local
333 selectionOp.getLoc(), trueValue.getType(), brConditionalOp.condition(), in matchAndRewrite()
334 trueValue, falseValue); in matchAndRewrite()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp807 auto trueValue = builder.createBool(loc, true); in genReallocIfNeeded() local
816 mlir::ValueRange{trueValue, addr}); in genReallocIfNeeded()
823 mlir::ValueRange{trueValue, heap}); in genReallocIfNeeded()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td750 [NoSideEffect, AllTypesMatch<["trueValue", "falseValue", "res"]>]>,
752 "$res = builder.CreateSelect($condition, $trueValue, $falseValue);"> {
754 LLVM_Type:$trueValue, LLVM_Type:$falseValue);