Searched defs:Low (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5473 APInt Low; local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp641 static llvm::Value *emitHash16Bytes(CGBuilderTy &Builder, llvm::Value *Low, argument
827 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2746 uint64_t Low = uint64_t(1) << llvm::countr_zero(Mask); local
4201 unsigned High, Low; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5171 parsePKHImm(OperandVector &Operands, StringRef Op, int Low, int High) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1331 bool rangeFitsInWord(const APInt &Low, const APInt &High, argument
1354 isSuitableForBitTests(unsigned NumDests, unsigned NumCmps, const APInt &Low, const APInt &High, const DataLayout &DL) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2739 const APInt& Low = cast<ConstantInt>(CB.CmpLHS)->getValue(); local
[all...]
H A DDAGCombiner.cpp22919 int Low = DAG.getDataLayout().isBigEndian() ? (ZextRatio - 1) : 0; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5249 SDValue Low = DAG.getNode(ARMISD::CMOV, dl, MVT::i32, FalseLow, TrueLow, local
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9746 SemaBuiltinConstantArgRange(CallExpr *TheCall, int ArgNum, int Low, int High, bool RangeIsError) argument

Completed in 694 milliseconds

12