Searched defs:trueVal (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 340 inline Vector<T, Size> select (T trueVal, T falseVal, const Vector<bool, Size>& cond) in select() 351 inline Vector<T, Size> select (const Vector<T, Size>& trueVal, const Vector<T, Size>& falseVal, con… in select()
|
/external/llvm-project/flang/lib/Lower/ |
D | CharacterExpr.cpp | 351 auto trueVal = builder.createIntegerConstant(loc, builder.getI1Type(), 1); in createLenTrim() local
|
/external/llvm-project/mlir/lib/Dialect/Vector/ |
D | VectorTransforms.cpp | 1421 Value trueVal = rewriter.create<vector::ConstantMaskOp>( in matchAndRewrite() local 1463 Value trueVal = rewriter.create<vector::CreateMaskOp>( in matchAndRewrite() local
|