Searched defs:IsLogical (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/include/flang/Runtime/ |
H A D | type-code.h | 46 constexpr RT_API_ATTRS bool IsLogical() const { in IsLogical() function
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 49 IsLogical = (1 << 20), enumerator
|
H A D | SystemZISelLowering.cpp | 7985 bool IsLogical = false; computeKnownBitsForTargetNode() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 484 foldLogOpOfMaskedICmps(ICmpInst * LHS,ICmpInst * RHS,bool IsAnd,bool IsLogical,InstCombiner::BuilderTy & Builder) foldLogOpOfMaskedICmps() argument 710 foldAndOrOfICmpsOfAndWithPow2(ICmpInst * LHS,ICmpInst * RHS,Instruction * CxtI,bool IsAnd,bool IsLogical) foldAndOrOfICmpsOfAndWithPow2() argument 1175 foldAndOrOfICmpsWithConstEq(ICmpInst * Cmp0,ICmpInst * Cmp1,bool IsAnd,bool IsLogical,InstCombiner::BuilderTy & Builder,const SimplifyQuery & Q) foldAndOrOfICmpsWithConstEq() argument 2648 bool IsLogical = isa<SelectInst>(Op1); visitAnd() local 2665 bool IsLogical = isa<SelectInst>(Op0); visitAnd() local 3185 foldAndOrOfICmpEqConstantAndICmp(ICmpInst * LHS,ICmpInst * RHS,bool IsAnd,bool IsLogical,IRBuilderBase & Builder) foldAndOrOfICmpEqConstantAndICmp() argument 3231 foldAndOrOfICmps(ICmpInst * LHS,ICmpInst * RHS,Instruction & I,bool IsAnd,bool IsLogical) foldAndOrOfICmps() argument 3705 bool IsLogical = isa<SelectInst>(Op1); visitOr() local 3722 bool IsLogical = isa<SelectInst>(Op0); visitOr() local [all...] |
H A D | InstructionCombining.cpp | 2672 __anon22ed53830f02(Instruction::BinaryOps Opcode, bool IsLogical, Value *A, Value *B) getFreelyInvertedImpl() argument
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 80 bool IsLogical; global() member 108 bool IsLogical; global() member
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-omp-structure.cpp | 2387 auto IsLogical{[](const DeclTypeSpec &type) -> bool { IsReductionAllowedForType() local
|